Feature: Create member

Scenarios

Chart

Status

Progress

1

Passed

100.00%

Failed

0.00%
Total duration:
1m 35.000s

Scenario: E11 - Create member with valid values

Before 0m 13.310s
Given the user navigates to Ghost at "<GHOST>" 0m 3.794s
And the user logs in using the credentials "<USERNAME>" and "<PASSWORD>" 0m 2.868s
And the user navigates to the members page 0m 3.676s
When the user clicks on the 'New member' link 0m 1.960s
And the user fill the name "<NAME>" 0m 1.224s
And the user fill the email "<EMAIL>" 0m 1.116s
And the user fill the note "<NOTE>" 0m 3.600s
And the user clicks on the 'Save' button 0m 0.842s
And I wait for 2 seconds 0m 2.295s
Then the user should see the created member name "<NAME>" 0m 0.301s
After 0m 0.014s

Screenshots

Before
NO IMAGE AVAILABLE
Given the user navigates to Ghost at "<GHOST>"
And the user logs in using the credentials "<USERNAME>" and "<PASSWORD>"
And the user navigates to the members page
When the user clicks on the 'New member' link
And the user fill the name "<NAME>"
And the user fill the email "<EMAIL>"
And the user fill the note "<NOTE>"
And the user clicks on the 'Save' button
And I wait for 2 seconds
Then the user should see the created member name "<NAME>"
After
NO IMAGE AVAILABLE